home *** CD-ROM | disk | FTP | other *** search
/ HyperStudio: Software for a Mediacentric World! / HyperStudio Macintosh Program Resource CD MAC (HM-310-0397-R07)(Roger Wagner Publishing, Inc.)(1997).iso / Sample Projects / Family & Community / White Tribute / Hmemor.stk / Hmemor.stk.rsrc / TEXT_3120_RollCredits.txt < prev    next >
Text File  |  1996-12-15  |  1KB  |  24 lines

  1. RollCredits NBA
  2. by Michael O'Keefe
  3. Version 2.31
  4.  
  5. This NBA allows you to automatically scroll the contents of a text object. When the dialog box appears, you can immediatey click on "Ok" if you only have one text object on your card, and like the default scroll rate.
  6.  
  7. If you want to scroll more smoothly, change the "# of pixels to scroll" from 3 to 1.
  8.  
  9. The "name" entry is for those cases where you have more than one text object on a card, and you have to identify just which text object you want to scroll.  Remember to make sure that your text object DOES have the same name that RollCredits is looking for!
  10.  
  11. The "number of lines to scroll" entry is for those cases where you may want to reveal only a certain number of lines at a time.  If you enter "0", RollCredits will scroll to the end of the text object.  This is the most common usage.
  12.  
  13.  
  14. Using RollCredits from HyperLogo:
  15.  
  16. You can also call this NBA from HyperLogo. The commands you have to pass to RollCredits are the name of the field, how many steps, how fast, and how many pixels to scroll each time.  As an example, if you wanted to scroll a field named ‚Äúfred‚Äù, twenty steps, at a speed of  5 (pretty fast), and scroll 3 pixels at a time you could use the following HyperLogo line:
  17.  
  18. CallNBA ‚ÄúRollCredits ‚Äúfred\ 20\ 5\ 3  4
  19.  
  20. (the ‚Äú4‚Äù above is the ‚ÄúRun‚Äù message you send to NBAs)
  21.  
  22. Copyright  1993-1995
  23. Roger Wagner Publishing, Inc.
  24. All Rights Reserved